ComponentOne Data Source for Entity Framework
C1.LiveLinq.Indexing.Search Namespace / IndexedGroup<T> Class / Key Property

In This Topic
    Key Property (IndexedGroup<T>)
    In This Topic
    Gets the key of the IndexedGroup<T>.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Key As System.Object
    public System.object Key {get;}

    Property Value

    The key of the IndexedGroup<T>.
    See Also